09. Solution: Server-Based Services Exercise
ND0063 C1 L2 06 AWS Server-Based Services Exercise Solution Video
Server based services
Create Subnet Group
- Go to the ElastiCache service.
- Select "Subnet group" -> Create Subnet group
- Name the group "Udacity" and give it a Description
- Select the default VPC
- For each Availability Zone, select the associated subnet and then save.


Create Redis cluster
- Select Redis -> create
- Change the "Number of replicas" to 1
- Make sure "Multi-AZ with Auto-Failover" is checked
- Note that your newly created subnet group is selected by default.
- Click Create and wait for the cluster to be available.
Results
Note the available zones that each instance in your cluster is in and the state of each member of the cluster.
Redis cluster details

